[INFO] cloning repository https://github.com/leo-lb/unilink-async-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leo-lb/unilink-async-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleo-lb%2Funilink-async-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleo-lb%2Funilink-async-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 76cbae4fd38f92c610a7934cbd0fa135ba8dad3b
[INFO] checking leo-lb/unilink-async-rs/76cbae4fd38f92c610a7934cbd0fa135ba8dad3b against master#89a99936d9e76a50e8df622e7242190841fd871b for pr-156160
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleo-lb%2Funilink-async-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/leo-lb/unilink-async-rs
[INFO] finished tweaking git repo https://github.com/leo-lb/unilink-async-rs
[INFO] tweaked toml for git repo https://github.com/leo-lb/unilink-async-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/leo-lb/unilink-async-rs on toolchain 89a99936d9e76a50e8df622e7242190841fd871b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/leo-lb/unilink-async-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-fs v0.1.6
[INFO] [stderr]   Downloaded tokio-async-await v0.1.6
[INFO] [stderr]   Downloaded miniserde v0.1.10
[INFO] [stderr]   Downloaded mini-internal v0.1.10
[INFO] [stderr]   Downloaded syn v0.15.30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052
[INFO] running `Command { std: "docker" "start" "9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052" "/opt/rustwide/cargo-home/bin/cargo" "+89a99936d9e76a50e8df622e7242190841fd871b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.51
[INFO] [stderr]     Checking cfg-if v0.1.7
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]     Checking futures v0.1.26
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]    Compiling cc v1.0.35
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]    Compiling subtle v2.0.0
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling syn v0.15.30
[INFO] [stderr]     Checking block-padding v0.1.3
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.3
[INFO] [stderr]     Checking tokio-trace-core v0.1.0
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking opaque-debug v0.2.2
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]    Compiling clear_on_drop v0.2.3
[INFO] [stderr]     Checking crossbeam-epoch v0.7.1
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking num_cpus v1.10.0
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]     Checking mio v0.6.16
[INFO] [stderr]     Checking generic-array v0.12.0
[INFO] [stderr]     Checking tokio-executor v0.1.7
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking tokio-sync v0.1.4
[INFO] [stderr]    Compiling digest v0.8.0
[INFO] [stderr]     Checking tokio-current-thread v0.1.6
[INFO] [stderr]     Checking tokio-timer v0.2.10
[INFO] [stderr]    Compiling curve25519-dalek v1.1.3
[INFO] [stderr]     Checking block-buffer v0.7.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.13
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking tokio-async-await v0.1.6
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(rust_2018_preview, async_await, await_macro, futures_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.76.0
[INFO] [stdout]   = note: 2018 Edition preview is no longer relevant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/lib.rs:2:44
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(rust_2018_preview, async_await, await_macro, futures_api)]
[INFO] [stdout]   |                                            ^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.38.0; see <https://github.com/rust-lang/rust/pull/62293> for more information
[INFO] [stdout]   = note: subsumed by `.await` syntax
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sha2 v0.8.0
[INFO] [stdout] error[E0432]: unresolved import `std::await`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/lib.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub use std::await as std_await;
[INFO] [stdout]    |         ^^^^^-----^^^^^^^^^^^^^
[INFO] [stdout]    |              |
[INFO] [stdout]    |              no `await` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/compat/forward.rs:56:47
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn poll(mut self: Pin<&mut Self>, _waker: &Waker) -> StdPoll<Self::Output> {
[INFO] [stdout]    |                                               ^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut forward::Compat<_>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut forward::Compat<_>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 56 -     fn poll(mut self: Pin<&mut Self>, _waker: &Waker) -> StdPoll<Self::Output> {
[INFO] [stdout] 56 +     fn poll(mut self: Pin<&mut Self>, _waker: &mut Context<'_>) -> StdPoll<Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/io/flush.rs:26:44
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn poll(mut self: Pin<&mut Self>, _wx: &Waker) -> Poll<Self::Output> {
[INFO] [stdout]    |                                            ^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut flush::Flush<'_, _>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut flush::Flush<'_, _>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 26 -     fn poll(mut self: Pin<&mut Self>, _wx: &Waker) -> Poll<Self::Output> {
[INFO] [stdout] 26 +     fn poll(mut self: Pin<&mut Self>, _wx: &mut Context<'_>) -> Poll<Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/io/read.rs:28:47
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<Self::Output> {
[INFO] [stdout]    |                                               ^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut read::Read<'_, _>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut read::Read<'_, _>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 28 -     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<Self::Output> {
[INFO] [stdout] 28 +     fn poll(mut self: Pin<&mut Self>, _waker: &mut Context<'_>) -> Poll<Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/io/read_exact.rs:33:47
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<Self::Output> {
[INFO] [stdout]    |                                               ^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut read_exact::ReadExact<'_, _>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut read_exact::ReadExact<'_, _>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 33 -     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<Self::Output> {
[INFO] [stdout] 33 +     fn poll(mut self: Pin<&mut Self>, _waker: &mut Context<'_>) -> Poll<Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/io/write.rs:28:47
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<io::Result<usize>> {
[INFO] [stdout]    |                                               ^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut write::Write<'_, _>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut write::Write<'_, _>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 28 -     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<io::Result<usize>> {
[INFO] [stdout] 28 +     fn poll(mut self: Pin<&mut Self>, _waker: &mut Context<'_>) -> Poll<io::Result<usize>> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/io/write_all.rs:33:47
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<io::Result<()>> {
[INFO] [stdout]    |                                               ^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut write_all::WriteAll<'_, _>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut write_all::WriteAll<'_, _>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 33 -     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<io::Result<()>> {
[INFO] [stdout] 33 +     fn poll(mut self: Pin<&mut Self>, _waker: &mut Context<'_>) -> Poll<io::Result<()>> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/sink/send.rs:30:47
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<Self::Output> {
[INFO] [stdout]    |                                               ^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut send::Send<'_, _>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut send::Send<'_, _>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 30 -     fn poll(mut self: Pin<&mut Self>, _waker: &task::Waker) -> Poll<Self::Output> {
[INFO] [stdout] 30 +     fn poll(mut self: Pin<&mut Self>, _waker: &mut Context<'_>) -> Poll<Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `poll` has an incompatible type for trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/stream/next.rs:24:47
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn poll(mut self: Pin<&mut Self>, _waker: &Waker) -> Poll<Self::Output> {
[INFO] [stdout]    |                                               ^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(Pin<&mut Next<'_, _>>, &mut Context<'_>) -> Poll<_>`
[INFO] [stdout]               found signature `fn(Pin<&mut Next<'_, _>>, &Waker) -> Poll<_>`
[INFO] [stdout] help: change the parameter type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 24 -     fn poll(mut self: Pin<&mut Self>, _waker: &Waker) -> Poll<Self::Output> {
[INFO] [stdout] 24 +     fn poll(mut self: Pin<&mut Self>, _waker: &mut Context<'_>) -> Poll<Self::Output> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/compat/backward.rs:49:40
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let res = self.0.as_mut().poll(&waker);
[INFO] [stdout]    |                                   ---- ^^^^^^ types differ in mutability
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   arguments to this method are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut Context<'_>`
[INFO] [stdout]                       found reference `&Waker`
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/core/src/future/future.rs:113:7
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new_unchecked` found for struct `Waker` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/compat/backward.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |     unsafe { Waker::new_unchecked(noop_raw_waker()) }
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ associated function or constant not found in `Waker`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Waker` consider using one of the following associated functions:
[INFO] [stdout]       Waker::new
[INFO] [stdout]       Waker::from_raw
[INFO] [stdout]       Waker::from_fn_ptr
[INFO] [stdout]   --> /rustc/89a99936d9e76a50e8df622e7242190841fd871b/library/core/src/task/wake.rs:513:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot construct `RawWakerVTable` with struct literal syntax due to private fields
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-async-await-0.1.6/src/compat/backward.rs:79:43
[INFO] [stdout]    |
[INFO] [stdout] 79 | const NOOP_WAKER_VTABLE: RawWakerVTable = RawWakerVTable {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^
[INFO] [stdout] 80 |     clone: clone_raw,
[INFO] [stdout]    |     ---------------- private field
[INFO] [stdout] 81 |     drop: drop_raw,
[INFO] [stdout]    |     -------------- private field
[INFO] [stdout] 82 |     wake,
[INFO] [stdout]    |     ---- private field
[INFO] [stdout]    |
[INFO] [stdout]    = note: ...and other private field `wake_by_ref` that was not provided
[INFO] [stdout] help: you might have meant to use the `new` associated function
[INFO] [stdout]    |
[INFO] [stdout] 79 - const NOOP_WAKER_VTABLE: RawWakerVTable = RawWakerVTable {
[INFO] [stdout] 80 -     clone: clone_raw,
[INFO] [stdout] 81 -     drop: drop_raw,
[INFO] [stdout] 82 -     wake,
[INFO] [stdout] 83 - };
[INFO] [stdout] 79 + const NOOP_WAKER_VTABLE: RawWakerVTable = RawWakerVTable::new(_, _, _, _);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stdout] Some errors have detailed explanations: E0053, E0308, E0432, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-async-await` (lib) due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052", kill_on_drop: false }`
[INFO] [stdout] 9d84ea296af0a03f1d7503145c2ddb9c7c6a0da707a8ee118b4f712b3b3ab052
